|
|
|
|
ItemFromPoint Method, SftTree Class |
Determines the item given a point in the item area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Function ItemFromPoint( _ |
C# |
public ItemClass ItemFromPoint( |
C++ |
public: ItemClass^ ItemFromPoint( |
fIgnoreX
Defines whether the X coordinate is ignored. If True, only the Y coordinate is used to determine the item at the given location.
fLeft
Returns whether the item is in the left pane.
searchPoint
Defines the coordinates relative to the top, left corner of the control.
Return Value
The item at the given coordinates.
Comments
The ItemFromPoint method determines the item given a point in the item area.
The point can be located within the item area only.